All Questions
3 questions
2votes
2answers
8kviews
Linear Regression + KFold cross validation
I have a prepossessed data set ready and the corresponding labels (8 classes). I've already done KFold cross validation with K=10 with some classifiers such as DT,KNN,NB and SVM and now I want to do ...
1vote
1answer
11kviews
Linear Regression and k-fold cross validation
I am totally new to the topic of Data Science. With the help of the following sources, I think I have managed to do a very simple and basic Linear regression on a train dataset: SkLearn documentation -...
0votes
1answer
354views
Why logistic regression example code does not port to linear regression example?
I am looking at this tutorial: https://www.dataquest.io/mission/74/getting-started-with-kaggle Following is the code for linear regression to predict, based on some variables, the survival of the ...